Sentry Rust
This crate provides support for logging events and errors / panics to the Sentry error logging service. It integrates with the standard panic system in Rust as well as a few popular error handling setups.
Note: Until the 1.0 release, the sentry
crate is considered work in
progress and does not follow semver semantics. Between minor releases, we might
occasionally introduce breaking changes while we are exploring the best API and
adding new features.
Requirements
We currently only verify this crate against a recent version of Sentry hosted on sentry.io but it should work with on-prem Sentry versions 8.20 and later.
Additionally, the lowest Rust version we target is 1.31.0.
Resources
- crates.io
- Documentation
- Bug Tracker
- IRC (chat.freenode.net, #sentry)
- Follow @getsentry on Twitter for updates